home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / music / ptreplay.lha / PTReplay / Include / ptreplay.i < prev    next >
Text File  |  1995-04-03  |  321b  |  20 lines

  1.  
  2. ;ptreplay.i -- definition of ptreplay.library structures
  3.  
  4.     IFND    PTREPLAY_BASE_I
  5. PTREPLAY_BASE_I SET 1
  6.  
  7.     IFND    EXEC_TYPES_I
  8.     INCLUDE    "exec/types.i"
  9.     ENDC
  10.  
  11. PTREPLAYNAME MACRO
  12.     Dc.B    "ptreplay.library",0
  13.     ENDM
  14.  
  15.     STRUCTURE Module,0
  16.     APTR    mod_Name
  17.     ;The rest is private for now, but more details may be
  18.     ;released later.
  19.  
  20.     ENDC